
function Open_form()
{ 
var fenetre = window.open('aff_verif_insc.htm','ADD','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=750,height=250');
} 


document.write('<style>.lien4 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}</style>');
document.write('<style>.titre5n { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000 }</style>');
document.write('<style>.titre4n { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000 }</style>');
document.write('<style>.titre4w { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF }</style>');
document.write('<style>.liste { font: 10px Arial, Helvetica, sans-serif}</style>');

document.write('<form name=form1 method=post target=ADD action=http://www.zapsports.com/inscription/partenaire/aff_verif_insc.htm onsubmit=javascript:Open_form();>');
document.write('<table border=0 align=center>');
document.write('<tr bgcolor=#184C7E> ');
document.write('<td colspan=2 align=left><img src=http://www.sport-up.fr/media/tabtitrefleche.jpg ><font class=titre4w>Verifier votre inscription</font></td>');
document.write('</tr>');
document.write('<tr><td  colspan=2><select name=TABLE_INSC class=liste>');
	
	document.write('<option value=RIEN>SELECTIONNEZ VOTRE COURSE</option>');



document.write('</select></td></tr>');
document.write('<tr><td><font class=titre4n><b>Entrez votre nom</b></font></td>');
document.write('<td><font class=titre4n> ');
document.write('<input type=hidden name=ID value=$ID>');
document.write('<input type=hidden name=NUM_EVT value=$NUM_EVT>');
document.write('<input type=hidden name=NUM_COURSE value=$NUM_COURSE>');
document.write('<input type=hidden name=ENVOIE value=GO>');
document.write('<input type=hidden name=MODE value=AFFICHAGE>');
document.write('<input type=text name=NOM>');
document.write('<input type=submit name=Submit2 value=ok>');
document.write('</font></td>');
document.write('</tr><tr> ');
document.write('<td colspan=2 bgcolor=#184C7E height=4></td>');
document.write('</tr></table></form>');




